home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Applications (app) / Earth Plot / ep.DoAbout.c < prev    next >
C/C++ Source or Header  |  1987-06-30  |  86b  |  8 lines

  1. #include "ep.const.h"
  2. #include "DialogMgr.h"
  3.  
  4. DoAbout ()
  5. {
  6.     Alert (AboutAlert,nil);
  7. }
  8.